home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 November / PCWorld_2006-11_cd.bin / domacnost a kancelar / findgraph / fgraph.exe / {app} / TestVC / MainFrm.h < prev    next >
C/C++ Source or Header  |  2002-08-09  |  2KB  |  65 lines

  1. // MainFrm.h : interface of the CMainFrame class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4.  
  5. #if !defined(AFX_MAINFRM_H__51F9B1E9_CAEF_11D4_A5D3_444553540000__INCLUDED_)
  6. #define AFX_MAINFRM_H__51F9B1E9_CAEF_11D4_A5D3_444553540000__INCLUDED_
  7.  
  8. #if _MSC_VER > 1000
  9. #pragma once
  10. #endif // _MSC_VER > 1000
  11.  
  12.  
  13. #include "CoolMenu.h"
  14.  
  15. class CMainFrame : public CFrameWnd
  16. {
  17.     
  18. protected: // create from serialization only
  19.     CMainFrame();
  20.     DECLARE_DYNCREATE(CMainFrame)
  21.  
  22. // Attributes
  23. public:
  24.  
  25. // Operations
  26. public:
  27.  
  28. // Overrides
  29.     // ClassWizard generated virtual function overrides
  30.     //{{AFX_VIRTUAL(CMainFrame)
  31.     public:
  32.     virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  33.     //}}AFX_VIRTUAL
  34.  
  35. // Implementation
  36. public:
  37.     void IndicatorMouse(CString strInfo);
  38.     virtual ~CMainFrame();
  39. #ifdef _DEBUG
  40.     virtual void AssertValid() const;
  41.     virtual void Dump(CDumpContext& dc) const;
  42. #endif
  43.  
  44. protected:  // control bar embedded members
  45.     CStatusBar            m_wndStatusBar;
  46.     CToolBar            m_wndToolBar;
  47.     CCoolMenuManager    m_menuManager;     // cool (bitmap button) menus
  48.  
  49.  
  50. // Generated message map functions
  51. protected:
  52.     //{{AFX_MSG(CMainFrame)
  53.     afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
  54.     afx_msg void OnFiledropdown();
  55.     //}}AFX_MSG
  56.     DECLARE_MESSAGE_MAP()
  57. };
  58.  
  59. /////////////////////////////////////////////////////////////////////////////
  60.  
  61. //{{AFX_INSERT_LOCATION}}
  62. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  63.  
  64. #endif // !defined(AFX_MAINFRM_H__51F9B1E9_CAEF_11D4_A5D3_444553540000__INCLUDED_)
  65.